[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
exit(EXPR)
exit EXPR
Evaluates EXPR and exits immediately with that
value. Example:
$ans = <STDIN>;
exit 0 if $ans =~ /^[Xx]/;
If EXPR is omitted, exits with 0 status.
See Also:
die
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson